Revision |
Committer |
Date |
Comment (1st line) |
r642346 |
gsim |
2008-03-28 |
Prefer binding key for unbind if specified. |
r642375 |
nsantos |
2008-03-28 |
QPID-885: patch from Ted Ross |
r642959 |
gsim |
2008-03-31 |
Prevent broker exit on receiving connection with invalid protocol version. |
r642981 |
gsim |
2008-03-31 |
Re-introduced old 'no-local' behaviour for exclusive queues via a proprietary arg to queue.declare. |
r643032 |
ritchiem |
2008-03-31 |
QPID-890 : Removed old references to VHostPrincipalDatabase and an errant old.PrincipalDatabaseAccessManager change. |
r643067 |
gsim |
2008-03-31 |
Updated xml fragment to reflect correct types for connection.start.mechanisms, connection.start.locales and connection.open.capabilities |
r643086 |
gsim |
2008-03-31 |
Allow zero sized arrays (with no typecode or count) |
r643153 |
aidan |
2008-03-31 |
Add licensces |
r643154 |
aidan |
2008-03-31 |
Created prematurely, will recreate from release branch |
r643155 |
aidan |
2008-03-31 |
Branch for M2.1 release |
r643162 |
aidan |
2008-03-31 |
Update version in poms |
Some versions are wrong in the poms, need correcting (fixed later) |
r643165 |
aidan |
2008-03-31 |
Tag RC1 |
r643442 |
nsantos |
2008-04-01 |
QPID-892: Make qpidd daemon not run as root (rpm install) |
r643472 |
gsim |
2008-04-01 |
Fix some erroneous definitions in the transitional xml fragment for 0-10. |
r643478 |
gsim |
2008-04-01 |
Added a dump method to buffer for debugging io (patch from rafaels@redhat.com) |
r643482 |
gsim |
2008-04-01 |
Further correction to transitional xml def for final 0-10 (using old schema) |
r643582 |
aidan |
2008-04-01 |
Add my gpg key |
r643597 |
nsantos |
2008-04-01 |
QPID-892 - use daemon params instead of runuser; store pid of qpidd daemon to kill single instance |
r643613 |
aidan |
2008-04-01 |
Set version to M2.1 for all, it's release time |
r643624 |
aidan |
2008-04-01 |
Tag the first M2.1 to get voted on |
r643822 |
arnaudsimon |
2008-04-02 |
QPID-829 Remove 0.10 specific URL. The code path is now selected based on broker response. We first try the highest protocol version and update the handler if the broker replies with a different protocol version. NOTE that we need to update the current java broker and 0.8 client for handling protocol headers. This should happen with the M2.1 merge. For the moment we only support an in VM 0.8 broker. Moreover, we'll need to migrate to a 0.10 vs 99.0 protocol version. |
Question coding standards on import statements (amend to allow .* ; remove unneeded imports ) ; Should probably add ability to set explicit AMQP version |
r643891 |
aconway |
2008-04-02 |
Fix gcc 4.3 warnings. |
r643894 |
arnaudsimon |
2008-04-02 |
QPID-884 Updated ant for using a profile. I have created a default profile that runs the tests against an 0.8 in VM broker and cpp-async and cpp-sync that respectively runs the test against an 0.10 cpp broker with async store and with sync store. |
Update wiki documents to discuss the availble stores ; document where to put them ; make another test which refers to no store |
r643900 |
aconway |
2008-04-02 |
Fix doxygen warnings. |
r643914 |
aconway |
2008-04-02 |
Fix gcc 4.3 warnings. |
r643924 |
arnaudsimon |
2008-04-02 |
QPID-884 made ant task test alton/error/failure configurable from profile file |
r643957 |
aconway |
2008-04-02 |
Fixed logger warning on F9. |
r643995 |
aconway |
2008-04-02 |
Encoding/decoding for new types: amqp_0_10::Map, amqp_0_10:UnknownType |
r644005 |
aconway |
2008-04-02 |
Fix compile error on rhel5. |
r644125 |
aconway |
2008-04-03 |
Fix serialize test failure on 64 bit architerctures. |
r644245 |
arnaudsimon |
2008-04-03 |
QPID-897 this test was intermittently failing because of too short timeouts. This fix is a temporary measure until we agree about using a configurable receive timeout. |
hold off on permanent fix until after merge |
r644287 |
kpvdr |
2008-04-03 |
Patch from Ted Ross (see QPID-893): This patch enables management of plugged-in store modules. |
r644308 |
aconway |
2008-04-03 |
amqp_0_10/built_in_types.h |
r644413 |
aconway |
2008-04-03 |
src/qpid/amqp_0_10/Map.h,.cpp: use preview encoding temporarily. |
r644461 |
aconway |
2008-04-03 |
rubygen/0-10/exceptions.rb: |
r644533 |
aconway |
2008-04-03 |
qpid/Serializer.h, qpid/amqp_0_10/Codec.h: |
r644688 |
arnaudsimon |
2008-04-04 |
QPID-796: Added ability to enable/disable message prefetching. Prefetching is controlled through the property max_prefetch, it is turned off when max_prefetch =0. (this is 0.10 code path change) |
`Rauise JIRA for spelling mistakes in classes (e.g. BasicMessageConsumer_0_10 strated() BasicMessageConsumer, etc ; startDistpatcher ... Replace ClientProperties.MAX_PREFETCH == 0 with method e.g. disallowMessagePrefetch() ... maybe make a connection URL property |
r644689 |
arnaudsimon |
2008-04-04 |
QPID-798 Added boolean property fully_sync when true a sync is sent after a persistent message is transfered. |
Make property per connection, rather than system wide; maybe change name to SYNC_PERSISTENT to denote only used on persistent messages |